home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / wxrdr22 / rdrdload.bat < prev    next >
DOS Batch File  |  1987-12-29  |  445b  |  15 lines

  1. ECHO OFF
  2. CLS
  3. REM A sample batch file that will start up PROCOMM, download data,
  4. REM and return to WXRDR20
  5. REM
  6. REM A procedure could be included here to "bump" old filenames "up"
  7. REM ie. IF EXIST RADAR.DAT REN RADAR.DAT RADAR1.DAT, and so forth
  8. REM
  9. IF EXIST RADAR.DAT DEL RADAR.DAT
  10. REM
  11. PROCOMM /FRDR.DNL
  12. REM Autoruns the file RDR.DNL
  13. REM
  14. REM PROCOMM autoexits with the QUIT command, and the batch file drops
  15. REM us back into WXRDR20